home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / intlb010.zip / TRAINPLB.H_ / TRAINPLB.bin
Text File  |  1995-01-27  |  404b  |  12 lines

  1. // CopyRight Maurizio Maccani 1995
  2. /*******************************************************/
  3. /* Messages for integration with the training package  */
  4. /*******************************************************/
  5.  
  6. #define START_PLAYBACK_LT WM_USER+8977
  7. #define START_PLAYBACK_BR WM_USER+8976
  8. #define END_PLAYBACK_MESS WM_USER+8978
  9.  
  10. typedef BOOL (FAR PASCAL * PLAYBACK) (LPSTR);
  11. PLAYBACK Playback;
  12.